crypto/hpke.hybridKEM.curvePointSize (field)
7 uses
crypto/hpke (current package)
pq.go#L27: curvePointSize: 32,
pq.go#L51: curvePointSize: 65,
pq.go#L74: curvePointSize: 97,
pq.go#L97: curvePointSize int
pq.go#L110: return kem.pqCiphertextSize + kem.curvePointSize
pq.go#L165: if len(data) != kem.pqEncapsKeySize+kem.curvePointSize {
pq.go#L334: if len(enc) != k.kem.pqCiphertextSize+k.kem.curvePointSize {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |